|
|
|
|
Last Property, ItemCollectionClass Class |
Returns the last item in the item collection.
Syntax ItemCollectionClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property Last As ItemClass |
C# |
public ItemClass Last { get; } |
C++ |
Property Value
The last item or null/Nothing if there are no items.
Comments
The Last property returns the last item in the item collection.